projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7cf915
)
(ange-ftp-load): If fail, return nil.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 21 Jan 1997 23:17:12 +0000
(23:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 21 Jan 1997 23:17:12 +0000
(23:17 +0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index 215463bbf0bb74c9f90adb518d1a495668ca0eb5..5f68210d5354c8eb164ad899155f764b31e69d0d 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-3772,7
+3772,8
@@
system TYPE.")
(funcall 'load copy noerror nomessage nosuffix)
(delete-file copy))
(or noerror
- (signal 'file-error (list "Cannot open load file" file)))))
+ (signal 'file-error (list "Cannot open load file" file)))
+ nil))
(ange-ftp-real-load file noerror nomessage nosuffix)))
;; Calculate default-unhandled-directory for a given ange-ftp buffer.